AI - Claude
- By ANTHROP\C - https://www.anthropic.com/
- Sign in with Google
- https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md - to get version
Prompting
- think, think more, think a lot, think longer, ultrathink
Context
- ./CLAUDE.md
- ./CLAUDE.local.md
- ~/.claude/CLAUDE.md
MCP
- playwright
Built on Claude
Amazon Marketplace
Changes to vscode
# /Users/myron/Library/Application Support/Code/User/keybindings.json [ { "key": "shift+enter", "command": "workbench.action.terminal.sendSequence", "args": { "text": "\\\r\n" }, "when": "terminalFocus" } ]
CLI sSetup
# Use brew to install node asdf set nodejs system npm install -g @anthropic-ai/claude-code # when node is old and set by asdf-vm export ASDF_NODEJS_VERSION=22.18.0 claude